in a style sheet can be i.e. LAT_10E5, which represents latitude
multiplied by "10 power 5".
</screen>
</section>
+<section id="style_def_latlon_10ex">
+<title>LAT_10EX / LON_10EX</title>
+<para>
+ Defines the latitude or longitude in the format used i.e. by TomTom Navigator
+ itenary files. It is degress multiplied by 10 power X. X have to be replaced with
+ a valid decimal value. A factor of 10000 would be generated by LAT_10E5 as shown
+ in the examples below.
+</para>
+<para>
+examples:
+</para>
+<screen format="linespecific"> IFIELD LAT_10E5, "%f", "%.f" # (writes 3558322)
+</screen>
+<screen format="linespecific"> IFIELD LON_10E5, "%f", "%.f" # (writes -8708082)
+</screen>
+</section>
+
<section id="style_def_altfeet">
<title>ALT_FEET</title>
<para>